.header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 70px;
  padding: 0 40px;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 100;
  transition: all 0.6s; }
  .header .logo {
    width: 348px; }
    .header .logo img {
      width: 100%; }
  .header .right-box {
    display: flex;
    align-items: center;
    height: 100%; }
    .header .right-box .search-box {
      display: flex;
      align-items: center; }
      .header .right-box .search-box input {
        border: none;
        background: none;
        outline: none;
        border-bottom: 1px solid #fff;
        font-size: 16px;
        color: #fefefe;
        display: none; }
      .header .right-box .search-box img {
        width: 18px;
        display: block;
        cursor: pointer;
        margin-left: 20px; }
    .header .right-box .language {
      font-size: 18px;
      color: #fff;
      font-weight: bold;
      height: 100%;
      display: flex;
      align-items: center;
      margin-left: 40px; }
      .header .right-box .language a {
        display: inline-block;
        height: 100%;
        line-height: 70px;
        color: #fff; }
        .header .right-box .language a.active {
          color: #da251d; }
      .header .right-box .language span {
        display: inline-block;
        margin: 0 6px; }
    .header .right-box .menu-box {
      width: 130px;
      height: 100%;
      background-size: 83px 14px;
      background-repeat: no-repeat;
      background-image: url("../img/menus.png");
      background-position: center;
      margin-left: 40px;
      cursor: pointer; }
  .header.header-fix {
    background-color: #fff; }
    .header.header-fix .search-box input {
      color: #333;
      border-bottom: 1px solid #333; }
    .header.header-fix .language {
      color: #333; }
      .header.header-fix .language a {
        color: #333; }
    .header.header-fix .menu-box {
      background-image: url("../img/menus1.png"); }

.container {
  width: 73%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative; }

.com-more {
  width: 180px;
  height: 60px;
  line-height: 60px;
  padding-left: 26px;
  color: #333;
  font-size: 16px;
  position: relative;
  text-transform: uppercase;
  border: 1px solid #a9a9a9;
  display: block;
  margin-top: 50px;
  transition: all 0.6s; }
  .com-more:after {
    content: '';
    position: absolute;
    width: 66px;
    height: 1px;
    background-color: #a9a9a9;
    top: 50%;
    right: -33px;
    transition: all 0.3s; }
  .com-more.white {
    border: 1px solid #fff;
    color: #fff; }
    .com-more.white:after {
      background-color: #fff; }
  .com-more:hover {
    background-color: #005bac;
    border: 1px solid #005bac;
    color: #fff; }
    .com-more:hover:after {
      background-color: #da251d;
      transition: all 0.3s; }

.index-product {
  width: 100%; }

.index-title {
  text-align: center; }
  .index-title .cn {
    font-size: 32px;
    line-height: 32px;
    color: #333;
    font-weight: bold; }
  .index-title .en {
    font-size: 20px;
    margin-top: 10px;
    color: #999; }
  .index-title.white .cn {
    color: #fff; }
  .index-title.white .en {
    color: rgba(255, 255, 255, 0.7); }

.inner-banner {
  width: 100%;
  height: 430px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative; }
  .inner-banner .inner-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    padding-top: 170px; }
    .inner-banner .inner-box .text-box {
      text-align: center; }
      .inner-banner .inner-box .text-box .cn {
        font-size: 48px;
        line-height: 48px;
        color: #fff;
        font-weight: bold; }
      .inner-banner .inner-box .text-box .en {
        font-size: 20px;
        line-height: 20px;
        color: rgba(254, 254, 254, 0.7);
        margin-top: 20px; }

.inner-footer {
  background-image: linear-gradient(#333333, #333333), linear-gradient(#f7f7f7, #f7f7f7);
  height: 50px;
  width: 100%; }
  .inner-footer .container {
    height: 100%; }
  .inner-footer .bottoms {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    font-size: 12px;
    color: #999; }
    .inner-footer .bottoms a {
      color: #999; }
    .inner-footer .bottoms .left {
      display: flex;
      align-items: center;
      height: 100%; }
    .inner-footer .bottoms .right {
      color: #999;
      height: 100%;
      display: flex;
      align-items: center; }

.footer {
  background-image: url("../img/06.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 40px 0 0; }
  .footer .foot-top {
    width: 100%;
    padding: 0 0 40px; }
    .footer .foot-top .tops-box {
      border-bottom: 1px solid #7d7d7d;
      padding-bottom: 25px; }
      .footer .foot-top .tops-box .logo {
        width: 348px;
        display: block; }
        .footer .foot-top .tops-box .logo img {
          width: 100%; }
    .footer .foot-top .foot-box {
      display: flex;
      justify-content: space-between; }
      .footer .foot-top .foot-box .foot-left .items {
        margin-top: 30px; }
        .footer .foot-top .foot-box .foot-left .items .item {
          display: flex;
          align-items: center;
          color: #fff;
          font-size: 16px;
          margin-top: 25px; }
          .footer .foot-top .foot-box .foot-left .items .item .line {
            width: 20px;
            height: 1px;
            background-color: #7d7d7d; }
          .footer .foot-top .foot-box .foot-left .items .item img {
            width: 20px; }
          .footer .foot-top .foot-box .foot-left .items .item span {
            display: inline-block;
            margin-left: 10px; }
      .footer .foot-top .foot-box .foot-right {
        width: 53%;
        margin-top: 30px; }
        .footer .foot-top .foot-box .foot-right .foot-list {
          display: flex;
          justify-content: space-between; }
          .footer .foot-top .foot-box .foot-right .foot-list .items-box .title .tt {
            font-size: 18px;
            line-height: 18px;
            color: #fff; }
          .footer .foot-top .foot-box .foot-right .foot-list .items-box .title .line {
            width: 26px;
            height: 1px;
            margin-top: 20px;
            background-color: #7d7d7d; }
          .footer .foot-top .foot-box .foot-right .foot-list .items-box .items {
            margin-top: 30px; }
            .footer .foot-top .foot-box .foot-right .foot-list .items-box .items .item {
              margin-bottom: 25px;
              display: block;
              font-size: 14px;
              color: #fff; }
        .footer .foot-top .foot-box .foot-right .code-box {
          display: flex;
          justify-content: flex-end; }
          .footer .foot-top .foot-box .foot-right .code-box .code-box-inner {
            display: flex;
            align-items: center; }
            .footer .foot-top .foot-box .foot-right .code-box .code-box-inner .text {
              margin-right: 15px; }
              .footer .foot-top .foot-box .foot-right .code-box .code-box-inner .text p {
                font-size: 16px;
                color: #fff; }
            .footer .foot-top .foot-box .foot-right .code-box .code-box-inner .code {
              width: 100px;
              height: 100px; }
              .footer .foot-top .foot-box .foot-right .code-box .code-box-inner .code img {
                width: 100%;
                height: 100%; }
  .footer .foot-bottom {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 12px; }
    .footer .foot-bottom a {
      color: #fff; }
    .footer .foot-bottom .tech-box {
      margin-left: 100px; }

.menu-content {
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  display: none; }
  .menu-content .menu-top {
    padding: 0 30px 0 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
    background-image: linear-gradient(#005bac, #005bac), linear-gradient(#202020, #202020); }
    .menu-content .menu-top .logo {
      width: 348px; }
      .menu-content .menu-top .logo img {
        width: 100%; }
    .menu-content .menu-top .close-icon {
      width: 44px;
      height: 100%;
      background-image: url("../img/close.png");
      background-size: 24px 24px;
      background-position: center;
      background-repeat: no-repeat;
      cursor: pointer; }
  .menu-content .menu-items {
    display: flex;
    justify-content: space-between;
    padding-top: 10%; }
    .menu-content .menu-items .items-box .title .tt {
      font-size: 24px;
      line-height: 24px;
      color: #333; }
    .menu-content .menu-items .items-box .title .line {
      width: 26px;
      height: 1px;
      margin-top: 20px;
      background-color: #7d7d7d; }
.menu-content .menu-items .items-box .item-top {
  width: 145px;
  font-size: 20px;
  line-height: 20px;
  color: #333;
  background-image: url("../img/200.png");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 10px 6px;
  padding-right: 10px;
  cursor: pointer;
  margin-top: 30px; }
.menu-content .menu-items .items-box .pro-items {
  display: none; }
    .menu-content .menu-items .items-box .items {
      margin-top: 30px; }
      .menu-content .menu-items .items-box .items .item {
        margin-bottom: 25px;
        display: block;
        font-size: 16px;
        color: #333; }

.second-nav {
  height: 70px;
  width: 100%;
  border-bottom: 1px solid #f0f0f0;
  top: 0;
  position: static;
  z-index: 0;
  transition: all 0.6s; }
  .second-nav .container {
    height: 100%; }
  .second-nav .items {
    height: 100%;
    border-right: 1px solid #f0f0f0;
    border-left: 1px solid #f0f0f0;
    display: flex;
    justify-content: center; }
    .second-nav .items .item {
      width: 25%;
      height: 100%;
      line-height: 70px;
      display: block;
      color: #333;
      font-size: 20px;
      text-align: center;
      border-right: 1px solid #f0f0f0;
      border-left: 1px solid #f0f0f0; }
      .second-nav .items .item:last-of-type {
        border-left: 0; }
.second-nav .items .item.active{
    color: #005bac;
    font-weight: bold;
}
  .second-nav.second-nav-fix {
    top: 70px;
    position: fixed;
    width: 100%;
    z-index: 99;
    background-color: #fff;
    border-top: 1px solid #f0f0f0; }

.m-height {
  height: 1rem;
  width: 100%;
  display: none; }

.bread-box {
  height: 96px;
  background-color: #fff;
  border-bottom: 1px solid #f0f0f0; }
  .bread-box .container {
    height: 100%; }
  .bread-box .items {
    height: 100%;
    font-size: 20px;
    display: flex;
    align-items: center; }
    .bread-box .items > a {
      display: inline-block;
      height: 100%;
      line-height: 96px;
      color: #333; }
      .bread-box .items > a.current {
        color: #999; }
    .bread-box .items .arr {
      width: 10px;
      height: 100%;
      margin: 0 20px;
      background-size: 8px 16px;
      background-position: center;
      background-repeat: no-repeat;
      display: block;
      background-image: url("../img/43.png"); }

.pages-box {
  display: flex;
  align-items: center;
  justify-content: center; }
  .pages-box .item {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
    border: solid 1px #e6e6e6;
    font-size: 16px;
    color: #999;
    display: block;
    margin-right: 15px; }
    .pages-box .item.prev, .pages-box .item.next {
      width: 80px;
      color: #333; }
    .pages-box .item.last {
      color: #333;
      width: 60px; }
    .pages-box .item.prev.active01 {
      color: #ccc; }
    .pages-box .item.active, .pages-box .item:hover {
      background-color: #da251d;
      color: #fff; }
      .pages-box .item.active.prev, .pages-box .item.active.next, .pages-box .item.active.last, .pages-box .item:hover.prev, .pages-box .item:hover.next, .pages-box .item:hover.last {
        background-color: #fff;
        color: unset; }

.m-header {
  display: none; }

.down-box-big {
  display: none; }

.m-search-cont {
  display: none; }
#search .search-result {
  width: 100%;
  padding-bottom: 30px;
  padding-top: 50px;
  min-height: 600px; }
#search .search-result .center > .item {
  width: 100%;
  padding: 14px 0;
  border-bottom: 1px solid #e6e6e6; }
#search .search-result .center > .item .title {
  width: 100%;
  line-height: 14px;
  font-size: 14px;
  display: flex;
  align-items: center; }
#search .search-result .center > .item .title i {
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #da251d;
  margin-right: 10px; }
#search .search-result .center > .item .title p {
  display: inline-block;
  width: calc(100% - 14px); }
#search .search-result .center > .item .date {
  width: 100%;
  font-size: 12px;
  line-height: 12px;
  color: #999;
  margin-top: 10px;
  padding-left: 14px; }
#search .search-result .pages-box {
  margin-top: 30px; }

@media screen and (max-width: 1600px) {
  #search .search-result {
    min-height: 500px; } }
@media screen and (max-width: 1460px) {
  #search .search-result {
    min-height: 400px; } }
@media screen and (max-width: 1044px) {
  #search .search-result {
    min-height: 6.5rem;
    padding-top: 0.6rem;
    padding-bottom: 0.4rem; } }

/*# sourceMappingURL=common.css.map */
